<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner{height: auto !important;}
.fullwidthbanner-container{
    width:100% !important;
    min-width:1200px;
	position:relative;
	padding:0;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabnner	{
    width:100% !important;
    min-width:1200px;
	position:relative;
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {	
	background:#425383 !important; 
}
.tp-leftarrow:hover,
.tp-rightarrow:hover {	
	background-color:#425383 !important;
 }
/** BULLETS **/
.tp-bullets {
    z-index: 1001;
    position: absolute;
    bottom: 10px !important;
    font-size:0;
    line-height: 0;
    text-align: center;
}

.tp-bullets.simplebullets.round .bullet {
    display: inline-block;
    cursor: pointer;
    position: relative;
    background: #fff;
    opacity: 0.6;
    width: 10px;
    height: 10px;
    margin:0 10px;
    border-radius: 50%;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
}


.tp-leftarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: #393939 url(../images/slider-left-arrow.png) no-Repeat;
	width: 42px;
	height: 43px;
	margin-left: 0px;
	margin-top: -21px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*å¢žåŠ&nbsp;é˜´å½±*/
	/*
	**æ‰“å¼€æ³¨é‡Šï¼ŒæŒ‰é’®å˜æˆåœ†å½¢çš„
	border-radius: 20px;  æ‰€æœ‰è§’éƒ½ä½¿ç”¨åŠå¾„ä¸º5pxçš„åœ†è§’ï¼Œæ­¤å±žæ€§ä¸ºCSS3æ&nbsp;‡å‡†å±žæ€§ 
	-moz-border-radius: 20px;  Mozillaæµè§ˆå™¨çš„ç§æœ‰å±žæ€§ 
	-webkit-border-radius: 20px;  Webkitæµè§ˆå™¨çš„ç§æœ‰å±žæ€§ 
	border-radius: 20px 20px 20px 20px; å››ä¸ªåŠå¾„å€¼åˆ†åˆ«æ˜¯å·¦ä¸Šè§’ã€å³ä¸Šè§’ã€å³ä¸‹è§’å’Œå·¦ä¸‹è§’ 
	*/
}

.tp-rightarrow.large {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #393939 url(../images/slider-right-arrow.png) no-Repeat 0 0;
    width: 42px;
    height: 43px;
    margin-left: 0;
    margin-top: -21px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*å¢žåŠ&nbsp;é˜´å½±*/
	/*
	**æ‰“å¼€æ³¨é‡Šï¼ŒæŒ‰é’®å˜æˆåœ†å½¢çš„
	border-radius: 20px;  æ‰€æœ‰è§’éƒ½ä½¿ç”¨åŠå¾„ä¸º5pxçš„åœ†è§’ï¼Œæ­¤å±žæ€§ä¸ºCSS3æ&nbsp;‡å‡†å±žæ€§ 
	-moz-border-radius: 20px;  Mozillaæµè§ˆå™¨çš„ç§æœ‰å±žæ€§ 
	-webkit-border-radius: 20px;  Webkitæµè§ˆå™¨çš„ç§æœ‰å±žæ€§ 
	border-radius: 20px 20px 20px 20px; å››ä¸ªåŠå¾„å€¼åˆ†åˆ«æ˜¯å·¦ä¸Šè§’ã€å³ä¸Šè§’ã€å³ä¸‹è§’å’Œå·¦ä¸‹è§’ 
	*/
}



.tp-bullets.tp-thumbs {
    z-index: 100;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 50px;
    margin-top: -50px;
}

.fullwidthbanner-container .tp-thumbs {
    padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px;
    overflow: hidden;
    position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    width: 5000px;
    position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    background: none;
    margin: 0;
    float: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/*filter: alpha(opacity=50);	*/
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.tp-thumbs img {
    width: 100%;
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: 200;
    z-index: 5000;
}

.tp-bannertimer.tp-bottom {
    bottom: 0px !important;
    height: 5px;
}
.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-simpleresponsive a {
    text-decoration: none;
}

.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tp-simpleresponsive &gt;ul &gt;li {
    list-stye: none;
    position: absolute;
    visibility: hidden;
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 10000px;
    height: 10000px;
}

.tp-loader {
    background: url(../images/loader.gif) no-repeat 10px 10px;
    background-color: #fff;
    margin: -22px -22px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}</pre></body></html>